﻿body {
    background-color: white;
    background-image: url(../Images/black_pattern01.jpg);
}

.Menu {
    width: 1254px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    height: 32px;
    border-right: 5px solid #8f9297;
    border-left: 5px solid #8f9297;
    border-bottom: 5px solid #8f9297;
}

.Content {
    width: 1254px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eaeaea;
    height: 100%;
    min-height: 400px;
    border-right: 5px solid #8f9297;
    border-left: 5px solid #8f9297;
    border-bottom: 5px solid #8f9297;
}

@font-face {
    font-family: "Copperplate";
    src: url('../Images/fonts/Copperplate_Gothic_Bold.eot')
}

@font-face {
    font-family: "Copperplate";
    src: url('../Images/fonts/Copperplate Gothic Bold.ttf')
}


* {
    padding: 0px;
    margin: 0px;
}

.Header {
    width: 1254px;
    margin-left: auto;
    margin-right: auto;
    background-color: #181818;
    height: 127px;
    border-right: 5px solid #8f9297;
    border-left: 5px solid #8f9297;
    border-bottom: 5px solid #8f9297;
    background-image: url('/Images/black_pattern01.jpg')
}


.Footer {

    width: 1254px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    height: 100%;
    border-right: 5px solid #8f9297;
    border-left: 5px solid #8f9297;
    border-bottom: 5px solid #8f9297;
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 12px
}

a {
    color: white;
}



    a:hover {
        color: #736ae0;
    }

.txtboxLabel {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #000 !important;
}

.aspLabel {
    font-size: 11.5px;
    font-family: Arial;
    color: black !important;
}

.txtMsg {
    font-size: 14px;
    font-family: Copperplate;
}



    .Menu ul {
        list-style-type: none;
        height: 32px;
        width: 1245px;
        margin: auto;
    }

    .Menu li {
        float: left;
    }

.Menu ul a {
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    padding-left: 25px;
    display: block;
    line-height: 32px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 600;
}

    .Menu a:hover {
        color: #8f9297;
    }

.HeaderLabel {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-weight: 600;
}

#right-banner {
    background: white;
    width: 868px;
    height: 127px;
}

.Header h1 {
    color: #000;
}

#h1-banner {
    text-align: center;
    margin: 6% 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}



#footer-pic {
    width: 9%;
    margin-top: 4px;
    padding-left: 30px;
}

#footer-text {
}